Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/

down.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/down.png
188 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/index.html
405 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/index.js
253 Views
0 Comments
const grid=document.querySelector(".grid")
let squares=Array.from(document.querySelectorAll('.grid div'));
const score=document.
left-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/left-arrow.png
145 Views
0 Comments
Media file
pause.jpg /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.jpg
134 Views
0 Comments
Media file
pause.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.png
183 Views
0 Comments
Media file
play.jpg /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/play.jpg
134 Views
0 Comments
Media file
red-left-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-left-arrow.png
192 Views
0 Comments
Media file
red-right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-right-arrow.png
173 Views
0 Comments
Media file
right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/right-arrow.png
126 Views
0 Comments
Media file
rotate.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/rotate.png
177 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/style.css
199 Views
0 Comments
body{
background-color:black ;
color:white;
}
.top{
display: flex;
justify-content: space-between;
width:200